home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / hades.zip / CONVERT.MAN < prev    next >
Text File  |  1992-04-14  |  3KB  |  66 lines

  1.  
  2.  
  3. CONVERT(1)                   MAINTENANCE COMMANDS                   CONVERT(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      convert - converts dictionary to selected forms
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      convert [-c] [-l] [-1] [-r] [-n] [-f wordfile] [-o outfile]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      Convert generates a dictionary consisting of all words  in  the  wordfile
  14.      selected with the -f switch (if no -f switch is specified, standard-input
  15.      is used) after conversion. Conversion  modes  are:   all-uppercase,  all-
  16.      lowercase,  name-alike  (first  character  uppercase, rest lowercase) and
  17.      reversed. Use of the reversed-option  causes  all  other  options  to  be
  18.      generated  both normal and reversed.  Use of one of the options -c, -l or
  19.      -1 causes the normal word not te  be  generated  anymore  unless  the  -n
  20.      switch is specified.
  21.  
  22. OOOPPPTTTIIIOOONNNSSS
  23.      -c   Specifies that words will be converted to all-uppercase characters
  24.  
  25.      -l   Words will be converted to all-lowercase characters
  26.  
  27.      -1   Same as -l, only first character will be converted to uppercase
  28.  
  29.      -r   All specified conversions will also be generated reversed
  30.  
  31.      -n   Use of one of the options -c, -l or -1 causes the normal word not
  32.           to be generated. This switch causes the normal word to be  generated
  33.           again.
  34.  
  35.      -fname
  36.           Causes wordfile name to be used instead of standard-input.
  37.  
  38.      -oname
  39.           Causes file name to be used  to  write  dictionary  to,  instead  of
  40.           standard-output.
  41.  
  42. SSSEEEEEE-AAALLLSSSOOO
  43.      optimize(1), merge(1), userlist(1), gecos(1), hades(1)
  44.  
  45. EEEXXXAAAMMMPPPLLLEEESSS
  46.      To write a list of all words in file words.dic in  normal,  all-lowercase
  47.      and name-conversion to standard-output, type:
  48.  
  49.      userlist -l -1 -n -fwords.dic
  50.  
  51. BBBUUUGGGSSS
  52.      Convert doesn't check multiple occurrance of switches. If  an  option  is
  53.      specified more than once, earlier specifications will be ignored.
  54.  
  55. IIINNNFFFOOORRRMMMAAATTTIIIOOONNN
  56.      Convert is copyrighted (C) 1992 by ``Zabkar'', member of Room101  hackers
  57.      organization,  Holland.  Unauthorized  use/copying  of  this  program  is
  58.      explicitly prohibited. Userlist is part  of  the  DESPERATE  toolbox  for
  59.      HADES   password-cracking   package   by   ``Remote''.   Send  e-Mail  to
  60.      root@waves.hacktic.nl (Zabkar) or root@room101.hacktic.nl (Remote).
  61.  
  62.  
  63.  
  64. Room101 hackers                        April 14, 1992                        1
  65.  
  66.